home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2003 May / cmycha200305.iso / MutantStorm / setup_mutantstorm_demo.exe / {app} / script / level107.lua < prev    next >
Text File  |  2002-10-22  |  2KB  |  66 lines

  1. cur_level_num = 117
  2.  
  3. dofile("everything.lua")
  4.  
  5. function LEVEL_start()
  6.         ticker = 0
  7.         pylon_start("hoval-spike",90.0)
  8.         floor_start_random()
  9.         player_start( -21.9508 , 21.782 , 0.0 )
  10. end
  11.  
  12. function LEVEL_gameloop()
  13.         everying_gameloop()
  14.  
  15. if ticker == 500 then
  16. actor_plopper( "chunk", 1,0,0,     36.0247,36.0247,26.1244,26.1244,    -36.0,147.0 )
  17. end
  18.  
  19. if ticker == 500 then
  20. actor_plopper( "chunk", 1,0,0,     -21.5293,-21.5293,-15.691,-15.691,    -36.0,147.0 )
  21. end
  22.  
  23. if ticker == 500 then
  24. actor_plopper( "chunk", 1,0,0,     -7.31044,-7.31044,-5.36041,-5.36041,    -36.0,147.0 )
  25. end
  26.  
  27. if ticker == 500 then
  28. actor_plopper( "chunk", 1,0,0,     7.25775,7.25775,5.22402,5.22402,    -36.0,147.0 )
  29. end
  30.  
  31. if ticker == 500 then
  32. actor_plopper( "chunk", 1,0,0,     21.7118,21.7118,15.7254,15.7254,    -36.0,147.0 )
  33. end
  34.  
  35. if ticker == 500 then
  36. actor_plopper( "chunk", 1,0,0,     -35.8377,-35.8377,-26.0867,-26.0867,    -36.0,147.0 )
  37. end
  38.  
  39. if ticker == 700 then
  40. actor_plopper( "robot_green", 20,0,10,     8.43581,47.0846,-37.117,-6.04534,    -90.0,0.0 )
  41. end
  42.  
  43. if ticker == 700 then
  44. actor_plopper( "robot_green", 20,0,10,     -13.2599,13.7943,-46.3515,-24.6013,    -90.0,0.0 )
  45. end
  46.  
  47. if ticker == 700 then
  48. actor_plopper( "robot_green", 20,0,10,     34.6272,61.6814,-8.82801,12.9222,    -90.0,0.0 )
  49. end
  50.  
  51. if ticker == 1500 then
  52. actor_plopper( "turret-1_sma", 1,0,0,     -38.8,-38.8,35.4987,35.4987,    -90.0,0.0 )
  53. end
  54.  
  55. if ticker == 1500 then
  56. actor_plopper( "turret-1_sma", 1,0,0,     20.4446,20.4446,42.4423,42.4423,    -90.0,0.0 )
  57. end
  58.  
  59. if ticker == 1500 then
  60. actor_plopper( "turret-1_sma", 1,0,0,     -58.4059,-58.4059,-6.34645,-6.34645,    -90.0,0.0 )
  61. c_no_more_beasties_to_come()
  62. end
  63.  
  64. end
  65.  
  66.